RequestCacheNamesResponse

data class RequestCacheNamesResponse(caches: List<Cache>)

Represents response frame that is returned from CacheStorage#requestCacheNames operation call. Requests cache names.

See also

Constructors

RequestCacheNamesResponse
Link copied to clipboard
fun RequestCacheNamesResponse(caches: List<Cache>)

Properties

caches
Link copied to clipboard
val caches: List<Cache>
Caches for the security origin.

Sources

jvm source
Link copied to clipboard